Opc.Ua.Core
NodeStateCollection Constructor(IEnumerable<NodeState>)



Opc.Ua Namespace > NodeStateCollection Class > NodeStateCollection Constructor : NodeStateCollection Constructor(IEnumerable<NodeState>)
The collection whose elements are copied to the new list.
Initializes a new instance of the NodeStateCollection class.
Syntax
'Declaration
 
Public Function New( _
   ByVal collection As IEnumerable(Of NodeState) _
)
'Usage
 
Dim collection As IEnumerable(Of NodeState)
 
Dim instance As New NodeStateCollection(collection)
public NodeStateCollection( 
   IEnumerable<NodeState> collection
)
public:
NodeStateCollection( 
   IEnumerable<NodeState^>^ collection
)

Parameters

collection
The collection whose elements are copied to the new list.
Exceptions
ExceptionDescription
collection is null.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NodeStateCollection Class
NodeStateCollection Members
Overload List